projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8c8c453
)
debian/rules: MMX and SSE support disabled
author
Matteo F. Vescovi
<mfv.debian@gmail.com>
Thu, 12 Apr 2012 12:34:02 +0000
(14:34 +0200)
committer
Matteo F. Vescovi
<mfv.debian@gmail.com>
Thu, 12 Apr 2012 12:34:02 +0000
(14:34 +0200)
Closes: #668423
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index f882f0ee8c2f7db416e0197f73d69ed980632fa2..4d76dfb1f4d1ab58b7ef55422a5e08a68b772c36 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-6,7
+6,11
@@
include /usr/share/cdbs/1/rules/utils.mk
export LDFLAGS += -Wl,--as-needed
-DEB_CONFIGURE_EXTRA_FLAGS += --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_CONFIGURE_EXTRA_FLAGS += \
+ --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+ --disable-mmx \
+ --disable-sse
+
DEB_DH_MAKESHLIBS_ARGS_libbabl-0.1-0 = "--exclude=/usr/lib/$(DEB_HOST_MULTIARCH)/babl-0.1"
DEB_DH_INSTALLDOCS_ARGS_libbabl-0.1-doc = "--exclude=Makefile"
DEB_DH_INSTALL_ARGS += --list-missing